Explore

Filters (0) Clear filters
Languages
Level
Tags

1-8 of 8

Code quality: Do not add @Scope("singleton") on a Spring (rest)controller, service or repository

Adding @Scope("singleton") is redundant

  • info
  • java
  • web
  • framework specific
  • Spring Boot
  • Spring
  • quality
EnvironmentTestUtils is deprecated

EnvironmentTestUtils is deprecated

  • warning
  • java
  • Spring Boot
  • Spring
RestTemplateBuilder#requestFactory(ClientHttpRequestFactory) is deprecated

RestTemplateBuilder#requestFactory(ClientHttpRequestFactory) is deprecated

  • error
  • java
  • Spring Boot
  • Spring
Session configuration: Cookies: Configure HttpOnly flag

Prevent client-side scripts from accessing the cookie by setting the HttpOnly flag to true

  • error
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Boot
  • OWASP Top 10
Session configuration: Cookies: Configure Secure flag

Prevent a cookie being sent over unencrypted HTTP by setting the Secure flag to true

  • error
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Boot
  • OWASP Top 10
Session configuration: Cookies: Set HttpOnly flag to true

Prevent client-side scripts from accessing the cookie by setting the HttpOnly flag to true

  • error
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Boot
  • OWASP Top 10
Session configuration: Cookies: Set Secure flag to true

Prevent a cookie being sent over unencrypted HTTP by setting the Secure flag to true

  • error
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Boot
  • OWASP Top 10
Spring recommendation: @(Rest)Controller, @Service, @Repository should be singletons

Classes annotated with @(Rest)Controller, @Service, @Repository should have a singleton scope

  • warning
  • java
  • web
  • framework specific
  • Spring Boot
  • Spring
  • quality